home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / nt / ntkb.zip / NTKB.EXE / Q111 / 6 / 70.TXT < prev    next >
Text File  |  1994-02-23  |  3KB  |  68 lines

  1. DOCUMENT:Q111670  22-FEB-1994  [W_NTAS]
  2. TITLE   :ArpCacheSize Defaults to 62 Entries
  3. PRODUCT :Microsoft Windows NT Advanced Server
  4. PROD/VER:3.10
  5. OPER/SYS:WINDOWS
  6. KEYWORDS:
  7.  
  8. --------------------------------------------------------------
  9. The information in this article applies to:
  10.  
  11.  - Microsoft Windows NT Advanced Server version 3.1
  12. --------------------------------------------------------------
  13.  
  14. SYMPTOMS
  15. ========
  16.  
  17. A Windows NT server may not be able to maintain reliable connections to a
  18. large number of active TCP/IP clients.
  19.  
  20. CAUSE
  21. =====
  22.  
  23. The default ArpCacheSize is set to 62 entries. The ArpCache maintains a
  24. mapping between IP and machine addresses, so the size should be adjusted to
  25. accommodate the number of active clients. Otherwise the oldest entries will
  26. be purged and then address resolution protocol (ARP) will be used to re-
  27. obtain the mappings when they're needed.
  28.  
  29. RESOLUTION
  30. ==========
  31.  
  32. You can adjust the ArpCacheSize by using the following procedure:
  33.  
  34. WARNING: Using Registry Editor incorrectly can cause serious, system-wide
  35. problems that may require you to reinstall Windows NT to correct them.
  36. Microsoft cannot guarantee that any problems resulting from the use of
  37. Registry Editor can be solved. Use this tool at your own risk.
  38.  
  39. 1. Start Registry Editor.
  40.  
  41. 2. Select the HKEY_LOCAL_MACHINE on Local Machine window.
  42.  
  43. 3. Go to the SYSTEM\CurrentControlSet\Services\tcpip\parameters key.
  44.  
  45. 4. Create a new value of type REG_DWORD named ArpCacheSize.
  46.  
  47. 5. Set it for the highest number of clients that is likely to be
  48.    active at one time.
  49.  
  50. Additional reference words: 3.10
  51. KBCategory:
  52. KBSubCategory: pertune
  53.  
  54. =============================================================================
  55.  
  56. THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS
  57. PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND.  MICROSOFT DISCLAIMS
  58. ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES
  59. OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  IN NO
  60. EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR
  61. ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL,
  62. CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF
  63. MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE
  64. POSSIBILITY OF SUCH DAMAGES.  SOME STATES DO NOT ALLOW THE EXCLUSION
  65. OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES
  66. SO THE FOREGOING LIMITATION MAY NOT APPLY.
  67.  
  68. Copyright Microsoft Corporation 1994.